home *** CD-ROM | disk | FTP | other *** search
/ Know Your Hockey - The Greatest Player Resource / Know Your Hockey: The Greatest Player Resource.iso / hockey / director / ktgcst.cst / 00003_Script_Socball Main < prev    next >
Text File  |  1998-09-28  |  181b  |  8 lines

  1. global gb
  2. on MouseDown
  3.   if rollover() <> 39 then exit
  4.   set the mousedownscript = "dontpasevent"
  5.   button(gb,the clickon,2,"popmenu") 
  6.   set the mousedownscript = empty
  7. end
  8.